home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18459 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: news.tdl.com!news
  2. From: Martin Moore <moore@tdl.com>
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: Borland should be ashamed.  My experience with BC5.0.
  5. Date: Sat, 20 Apr 1996 10:36:26 -0800
  6. Organization: FlexSoft, Dublin CA.
  7. Message-ID: <31792EAA.1339@tdl.com>
  8. References: <4l6d1b$219@linet06.li.net>
  9. NNTP-Posting-Host: tdl-dyn50.tdl.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. Bob Silvern wrote:
  16. > Borland users will remember BC4.0 as another fiasco.  Although many of the
  17. > problems were fixed with later patches, the frustration endured by their
  18. > customers is not easily forgotten.  The short short-sightedness of Borland's
  19. > management will ultimately catch up with them.  I now regret giving them a
  20. > second chance by purchasing BC5.0.
  21.  
  22.  I found it interesting that this was the first release of BC++ 
  23. where a Borland sales person called me three times over the 
  24. course of a couple of months to ask me yet again if I was 
  25. interested in upgrading. Finally, I was "sold" by the claims of 
  26. the salesman that this was their best release ever, that it was 
  27. a vast improvement over MSVC & Symantec, and that I could return 
  28. it within 180 days. I also looked forward to having PVCS and 
  29. Codeguard included in the package. But, without a working BC5, I 
  30. cannot use either.
  31.  
  32. I didn't have the patience to find more than one show stopper 
  33. that kept me stumped for a week or so. My one problem was that 
  34. the 16 bit compiler wouldn't compile (in fact would die) if I 
  35. tried to compile
  36.  #include <vector.h>
  37.  using namespace std;
  38.  vector<int> x;
  39.  
  40. Finally, I got an answer from Borland that BC5 does not support 
  41. STL in 16 bit mode. I find that odd. Since I deinstalled the 
  42. package, I can't verify if that is mentioned in the docs or not, 
  43. but a simple error message would do, rather than killing the 
  44. compiler (which it does).
  45.  
  46. I am hoping that Borland will have some fixes out within the 
  47. next 160 days or so, and that they improve the product 
  48. considerably, but in the meantime, I will continue using 4.52 
  49. for my old applications and Symantec 7.21 for the new ones.
  50.  
  51.  
  52. -- 
  53. Martin Moore    email:  moore@tdl.com   
  54. FlexSoft //// Technical Analysis and Quote Downloaders
  55. Technical Analysis Scanner (TAS) & Personal Ticker Tape (PTT)
  56. FlexSoft WEB Page http://www.flexsoft.com
  57. ftp at            ftp://ftp.tdl.com/pub/moore
  58.